postEvent

open override fun postEvent(type: EventType, event: Event)

Posts an event to the RabbitMQ exchange.

Parameters

type

The type of the message.

event

The event to be posted.

Throws

if the event type is not supported.